projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353aaff
)
(discard_mouse_events): Add GPM_CLICK_EVENT case.
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 3 Jun 2007 00:57:11 +0000
(
00:57
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sun, 3 Jun 2007 00:57:11 +0000
(
00:57
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 420b422c5180d9eb382c82fd5a781e51cc7eb8e5..ab2d50ad0ea62eb6b2c7f08a780a5e216f8f1fd5 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3917,6
+3917,9
@@
discard_mouse_events ()
|| sp->kind == WHEEL_EVENT
#ifdef WINDOWSNT
|| sp->kind == W32_SCROLL_BAR_CLICK_EVENT
+#endif
+#ifdef HAVE_GPM
+ || sp->kind == GPM_CLICK_EVENT
#endif
|| sp->kind == SCROLL_BAR_CLICK_EVENT)
{